home *** CD-ROM | disk | FTP | other *** search
- Defining and Using File Sets
-
-
- File Sets are used to specify a list of files for ALPHA
-
- to use for functions such as 'createTagsFile', and
-
- multi-file search. File sets are defined by loading a
-
- file set definition. The syntax for file set definitions
-
- is as follows:
-
-
- ( fileSet <file-set-name> "<complete-path-name>"* )
-
-
- For example:
-
-
- (fileSet edit1
-
- "jpl341:Pete:Alpha.101:edit:bindings.c"
-
- "jpl341:Pete:Alpha.101:edit:center.c")
-
-
- defines a fileset named 'edit1' which contains the files
-
- "bindings.c" and "center.c".
-
-
- Functions that use file sets operate on the "current"
-
- fileset, which is specified by the 'fileSet' variable.
-
-
-
-
-
-
-